home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8542
/
8542.xpi
/
chrome
/
lastpass.jar
/
content
/
home.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-02-14
|
8KB
|
136 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<?xml-stylesheet href="chrome://lastpass/content/search.css" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://lastpass/locale/lastpass.dtd">
<window width='600' height='500' id="LPHOME"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
ondialogaccept="return LP.search_home_accept_click(document, window);"
buttons=","
style="background-color: #FFFFFF;overflow:auto;"
onload="window_load(document, window);"
onunload="window_unload();" xmlns:html="http://www.w3.org/1999/xhtml">
<html:link rel="icon" href="chrome://lastpass/skin/favicon.ico"/>
<script src="chrome://global/content/nsDragAndDrop.js"/>
<script src="chrome://global/content/nsTransferable.js"/>
<script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
<script type="application/x-javascript" src="chrome://lastpass/content/home.js" />
<vbox style="background-color: #FFFFFF; width: 100%;">
<hbox align='center'>
<menu class="text-link" id="lpt_lpfillformsmenu5" disabled="true">
<menupopup class="text" id="lpt_lpfillformspopup5" flex="1" />
</menu>
<spacer style="width: 50px"/>
<label id="addsecurenote" class="text-link" onclick="if(LP.getLoggedIn()){LP.lpOpenEditWindow(0, 0, 1, window);}"/>
<spacer id="headerspacer" style="width: 1px"/>
<label id="topusername" class="header" value=""/>
<label value=" | "/>
<label id="labelidentity" class="text"/>
<menulist id="identitylist" class="text">
<menupopup id="identitypopup" class="text">
</menupopup>
</menulist>
<label value=" | "/>
<label id="accountsettings" class="text-link" onclick="if(LP.getLoggedIn()){LP.lpbaseopen('?ac=1&opensettings=1');}"/>
<label value=" | "/>
<menu class="text-link" id="lphomemore" >
<menupopup class="text" id="lpmorepopup" flex="1">
<menuitem id="prefs" class="" oncommand="if(LP.getLoggedIn()){LP.lpOpenPrefs();}"/>
<menuitem id="history" class="" oncommand="if(LP.getLoggedIn()){LP.lpbaseopen('?ac=1&openhistory=1');}"/>
<menuitem id="showdeleted" class="" oncommand="if(LP.getLoggedIn()){LP.lpbaseopen('?ac=1&showdeleted=1');}"/>
<menuitem id="changepassword" class="" oncommand="if(LP.getLoggedIn()){LP.lpbaseopen('?ac=1&opensettings=1');}"/>
<menuitem id="forums" class="" oncommand="LP.lpanyopen('http://forums.' + LP.lp_basehost);"/>
<menuitem id="blog" class="" oncommand="LP.lpanyopen('http://blog.' + LP.lp_basehost);"/>
<menuitem id="sethomepage" class="" oncommand="window_sethomepage()"/>
</menupopup>
</menu>
<label value=" | "/>
<label id="logofflink" class="text-link" onclick="if(LP.getLoggedIn()){LP.logoffhelper('vault');}"/>
</hbox>
<separator style="height: 1px; background-color: #000;" />
</vbox>
<vbox style="background-color: #FFFFFF; width: 100%;" align="center">
<spacer orient="horizontal" height="10"/>
<spacer orient="horizontal" height="10"/>
<hbox>
<image src="chrome://lastpass/skin/icon_whitebg2.png" onclick='document.location.href=LP.lp_base' style="cursor: pointer;"/>
<spacer style="width: 10px"/>
<textbox id="lpsearchstr" size="50" onkeydown="LP.search_home_keydown(document, window, event, false);" onkeyup="LP.search_home_keyup(document, window, event);" />
<button id="searchBtn" oncommand="LP.search_home_accept_click(document, window);"/>
<button id="clearBtn" oncommand="clear_click();"/>
</hbox>
<spacer orient="horizontal" height="10"/>
<spacer orient="horizontal" height="10"/>
</vbox>
<vbox id="nosites" hidden="true" align='center' style="width: 100%;">
<vbox flex='1'>
<label id="nositeslabel" />
<spacer style="width: 3px"/>
<label id="browsenormallylabel" />
<spacer style="width: 3px"/>
<label id="watchvideolabel" class='text-link' onclick="LP.lpbaseopen('basic.php');"/>
<spacer style="width: 10px"/>
</vbox>
</vbox>
<vbox flex='1' style="background-color: #FFFFFF; width: 100%;">
<hbox id='expandcollapse' hidden='true'>
<spacer style="width: 2px"/>
<label onclick='expandall();' id="expandall" class="text-link"/>
<spacer style="width: 15px"/>
<label onclick='collapseall();' id="collapseall" class="text-link"/>
</hbox>
<spacer height="1"/>
<spacer orient="horizontal" style="width: 2px"/>
<box flex="1" pack="end">
<tree flex="1" id='tree' hidden='tree' seltype='multiple' enableColumnDrag='true' onclick='onTreeClicked(event)' hidecolumnpicker='false' onkeyup='getSelected(); LP.search_home_treeselect(document,window,event)'
ondraggesture="nsDragAndDrop.startDrag(event, siteObserver)"
ondragover="if (LP.gecko_version() >= '1.9.1') { siteObserver.dragover(event); } else { nsDragAndDrop.dragOver(event, siteObserver); }"
ondragdrop="siteObserver.drop(event, nsDragAndDrop)"
ondrop="siteObserver.drop(event, nsDragAndDrop)">
<treecols>
<treecol id='tname' flex="10" minwidth="160" crop="end" class="sortDirectionIndicator" sortDirection="ascending" sortActive="true" onclick="sort(this)" persist="width ordinal hidden" sortReference='tname' primary="true" ignoreincolumnpicker="true"/>
<splitter class="tree-splitter" />
<treecol id='tusername' flex="1" hidden="true" minwidth="160" class="sortDirectionIndicator" onclick="sort(this)" persist="width ordinal hidden" />
<splitter class="tree-splitter" />
<treecol id='turl' flex="1" hidden="true" minwidth="160" class="sortDirectionIndicator" onclick="sort(this)" persist="width ordinal hidden" />
<splitter class="tree-splitter" />
<treecol id='tlasttouch' minwidth="130" class="sortDirectionIndicator" onclick="sort(this)" persist="width ordinal hidden"/>
<splitter class="tree-splitter" />
<treecol id="tnote" style="font-size: 0" minwidth="20" persist="width ordinal hidden" onclick="sort(this)" />
<splitter class="tree-splitter" />
<treecol id="tpwprotect" minwidth="20" style="font-size: 0" persist="width ordinal hidden" onclick="sort(this)" />
<splitter class="tree-splitter" />
<treecol id="tautologin" minwidth="20" style="font-size: 0" persist="width ordinal hidden" onclick="sort(this)" />
<splitter class="tree-splitter" />
<treecol id="taction1" minwidth="40" persist="width ordinal hidden"/>
<splitter class="tree-splitter" />
<treecol id="taction2" label="" style="font-size: 0" minwidth="40" persist="width ordinal hidden" />
<splitter class="tree-splitter" />
<treecol id="taction3" label="" style="font-size: 0" minwidth="40" persist="width ordinal hidden" />
</treecols>
<treechildren id='searchresults'/>
</tree>
<spacer id="adsspacer" orient="horizontal" style="width: 8px"/>
<vbox>
<iframe id="ads" width="135" minheight="620" style="overflow:hidden; padding: 0px; margin: 0px;"/>
</vbox>
</box>
</vbox>
<menupopup id="rightclickmenu" />
</window>